ActiveReports 8
GeoPoint Constructor(Double,Double,Nullable<Double>,Nullable<Double>)

The x-coordinate.
The y-coordinate.
The z-coordinate.
The m-coordinate.
Initializes a new instance of the GeoPoint class.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal z As System.Nullable(Of Double), _
   ByVal m As System.Nullable(Of Double) _
)
public GeoPoint( 
   System.double x,
   System.double y,
   System.Nullable<double> z,
   System.Nullable<double> m
)

Parameters

x
The x-coordinate.
y
The y-coordinate.
z
The z-coordinate.
m
The m-coordinate.
See Also

Reference

GeoPoint Class
GeoPoint Members
Overload List

Support Forum